バージョン

Item プロパティ (KeyedObservableCollection<TItem,TKey>)

指定したキーがある項目を返します。
シンタックス
'宣言
 
Public Shadows ReadOnly Default Property Item( _
   ByVal key As TKey _
) As TItem
public new TItem this[ 
   TKey key
]; {get;}

パラメータ

key
返すべき項目のキー

プロパティ値

指定したキーがあるコレクションの項目。指定したキーがない項目の場合は null
参照